home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Examples / DriverKit / AMDPCSCSIDriver / Makefile < prev    next >
Encoding:
Makefile  |  1995-02-10  |  922 b   |  44 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = AMDPCSCSIDriver
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. LOCAL_RESOURCES = AMDInspector.nib DriverHelp Localizable.strings
  16.  
  17. GLOBAL_RESOURCES = Default.table
  18.  
  19. CLASSES = SCSIInspector.m
  20.  
  21. HFILES = SCSIInspector.h
  22.  
  23. TOOLS = AMDPCSCSIDriver_reloc.tproj
  24.  
  25. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble SGS_ENV\
  26.             changes README.rtf AMDPCSCSIDriver.info
  27.  
  28. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  29. MAKEFILE = bundle.make
  30. INSTALLDIR = /usr/Devices
  31. INSTALLFLAGS = -c -s -m 755
  32. SOURCEMODE = 444
  33.  
  34. BUNDLE_EXTENSION = config
  35.  
  36.  
  37. -include Makefile.preamble
  38.  
  39. include $(MAKEFILEDIR)/$(MAKEFILE)
  40.  
  41. -include Makefile.postamble
  42.  
  43. -include Makefile.dependencies
  44.